home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 2 / AACD 2.iso / AACD / Magazine / ActiveShareware / WordConverter / WordConverter.cd < prev    next >
Text File  |  1999-09-15  |  4KB  |  158 lines

  1. ;
  2. ; $VER: WordConverter.cd 1.0 ©1997-1999 Peter Drapich
  3. ;
  4. #language english
  5. #version 0
  6. ;
  7. ; Messages
  8. ;
  9. MSG_ABOUT1 (3000//)
  10. %s %s\n
  11. MSG_ABOUT2 (3001//)
  12. ©1997-1998 %s.\n
  13. MSG_REGISTERED (3002//)
  14. Registered to %s
  15. MSG_USAGE (3003//)
  16. Usage: %s <input filename> <output filename> <output format>\n
  17. MSG_WELCOME (3004//)
  18. Welcome to %s %s ©1997-1998 %s.
  19. MSG_OK (3005//)
  20. OK
  21. MSG_OHBOY (3006//)
  22. Oh, Boy!
  23. MSG_AREYOUSURE (3007//)
  24. Are you sure ?
  25. MSG_YESNO (3008//)
  26. Yes|No
  27. MSG_REQUEST (3009//)
  28. Request
  29. MSG_IMPORTANT (3010//)
  30. Important
  31. MSG_PICKFILE (3011//)
  32. Pick a Word file
  33. MSG_CHECKFILE (3012//)
  34. Checking file...
  35. MSG_CONVERTFILE (3013//)
  36. Converting file...
  37. MSG_EMAILNUMS (3014//)
  38. Please email these numbers\nbelow to docent@union.pl\ntogether with the version of Word\nused to save them\n$%lx, $%lx
  39. MSG_BYTES (3015//)
  40. %ld bytes
  41. MSG_SAVEFILENAME (3016//)
  42. Enter the file name to save
  43. MSG_FILEEXISTS (3017//)
  44. File already exist. Continue ?
  45. MSG_SAVEOUTFILE (3018//)
  46. Saving output file...
  47. MSG_GOODBYE (3019//)
  48. Good Bye!
  49. MSG_ABORTED (3020//)
  50. Operation aborted.
  51. MSG_SAVECANCELLED (3021//)
  52. Saving cancelled.
  53. MSG_DOCUNKNOWN (3022//)
  54. I found unknown revision\nof %s document.\nRead it anyway ?
  55. MSG_FILESIZE (3023//)
  56. File size: %ld bytes.\n
  57. MSG_TEXTSIZE (3024//)
  58. Text size: %ld bytes.\n
  59. MSG_FILETYPE (3025//)
  60. File type: %s\n
  61. MSG_VERSION (3026//)
  62. Version  : %s\n
  63. MSG_INFORMATION (3027//)
  64. Information
  65. MSG_DECRYPTIONOK (3028//)
  66. File %s decrypted succesfully.
  67. MSG_CRYPTPASS (3029//)
  68. The password was %s.
  69. MSG_CRYPTKEY (3030//)
  70. The crypting key was $%lx.
  71. MSG_NOTCRYPTED (3031//)
  72. File %s is not crypted.
  73. ;
  74. ; Error Messages
  75. ;
  76. ERR_NOERR (0//)
  77. Conversion succesful.
  78. ERR_CRYPTED (5//)
  79. File %s is crypted.
  80. ERR_REVUNKNOWN (6//)
  81. Unknown revision of %s document.
  82. ERR_NOTOLEFILE (7//)
  83. File %s is not an OLE file.
  84. ERR_NOTWORDFILE (8//)
  85. File %s is not a Word document.
  86. ERR_NOTWORDFILE2 (9//)
  87. Not a Word document.
  88. ERR_NOFILE (10//)
  89. File %s not found.
  90. ERR_OPENFAILED (11//)
  91. Error opening destination file.
  92. ERR_WRITEFAILED (12//)
  93. Error while saving file.
  94. ERR_READFAILED (13//)
  95. Error while reading file.
  96. ERR_OPENTEMPFAILED (14//)
  97. Error opening temporary file.
  98. ERR_READDIRSTRUCTFAILED (15//)
  99. ReadDirStruct failed.
  100. ERR_INITFAILED (20//)
  101. Initialisation failed.
  102. ERR_NOMEMORY (21//)
  103. Not enough memory.
  104. ERR_NOTIMER (22//)
  105. Can't open timer.device
  106. ERR_ALLOCREQFAILED (23//)
  107. Could not allocate request.
  108. ERR_DECRYPTIONFAILED (24//)
  109. Could not decrypt %s.
  110. ;
  111. ; gadget help
  112. ;
  113. HELP_CONVERT_GADGET (1000//)
  114. This button begins the file conversion.
  115. HELP_QUIT_GADGET (1001//)
  116. This button quits Word Converter.
  117. HELP_FILENAME_GADGET (1002//)
  118. Displays the name of the file to convert.
  119. HELP_VERSION_GADGET (1003//)
  120. Displays version of selected Word file.
  121. HELP_FILESIZE_GADGET (1004//)
  122. This gadget contains the size of selected file.
  123. HELP_DECRYPT_GADGET (1005//)
  124. This button begins decryption of a password protected file.
  125. HELP_HELP_GADGET (1006//)
  126. Here you can find short description of the controls.
  127. HELP_TEXTSIZE_GADGET (1007//)
  128. Contains the size of plain text in selected Word file.
  129. HELP_FILETYPE_GADGET (1008//)
  130. Displays additional information about Word file.
  131. HELP_SAVEFORMAT_GADGET (1009//)
  132. Lets you select the save format of the text.
  133. HELP_ABOUT_GADGET (1010//)
  134. This gadget displays information about the program and the author.
  135. ;
  136. ; gadgets
  137. ;
  138. CONVERT_GADGET (2000//)
  139. Convert
  140. QUIT_GADGET (2001//)
  141. Quit
  142. FILENAME_GADGET (2002//)
  143. File Name
  144. VERSION_GADGET (2003//)
  145. Version
  146. FILESIZE_GADGET (2004//)
  147. File Size
  148. DECRYPT_GADGET (2005//)
  149. Decrypt
  150. TEXTSIZE_GADGET (2007//)
  151. Text Size
  152. FILETYPE_GADGET (2008//)
  153. File Type
  154. SAVEFORMAT_GADGET (2009//)
  155. Save As
  156. ABOUT_GADGET (2010//)
  157. About
  158.